'Declaration
Public Overloads Sub Add( _ ByVal ParamArray items() As MimerBatchCommand _ )
public void Add( params MimerBatchCommand[] items )
public procedure Add( params items: MimerBatchCommandarray of );
public function Add( items : MimerBatchCommand[] );
public: void Add( params MimerBatchCommand*[]* items )
Parameters
- items
- The MimerBatchCommand objects to add to the collection.